03. SQL Query

SQL query

What would this query return?

 SELECT * FROM Items WHERE OrderDate >= Date('Now') 
SOLUTION: Items that were ordered today

If you need to refresh your SQL knowledge, check out this cheat sheet that covers most of the SQL statements that will be used in this course here

Also W3Schools offers a great tutorial that could also help you get started.